integer literal造句
例句與造句
- A numeric integer literal is cast by default to the
默認情況下,數(shù)值整數(shù)文本轉換為 - In the preceding declaration , the integer literal
在以上聲明中,整數(shù) - If the integer literal does not fit into a
如果整數(shù)無法放入到 - If the integer literal exceeds the range of
如果整數(shù)超出了 - If the value represented by an integer literal exceeds the range of
無符號64位整數(shù)如果整數(shù)表示的值超出了 - It's difficult to find integer literal in a sentence. 用integer literal造句挺難的
- In the preceding declaration , the integer literal 127 is implicitly converted from
在以上聲明中,整數(shù)127從 - You can force an integer literal to be hexadecimal base 16 with the
前綴將整數(shù)強制為十六進制(基數(shù)為16 ) ,可以用 - In the preceding declaration , the integer literal 429496729 is implicitly converted from
在以上聲明中,整數(shù)429496729從 - The compiler normally construes an integer literal to be in the decimal base 10 number system
編譯器通常將整數(shù)解釋為十進制(基數(shù)為10 )數(shù)制??梢杂?/li> - Therefore you can initialize a decimal variable using an integer literal , without the suffix , as follows
因此,可以用整數(shù)初始化十進制變量而不使用后綴,如下所示: - When an integer literal has no suffix , its type is the first of these types in which its value can be represented
如果一個整數(shù)沒有后綴,則其類型為以下類型中可表示其值的第一個類型: - Labels may be either valid visual basic 2005 identifierssuch as those that identify programming elementsor integer literals
標簽既可以是有效的visual basic 2005標識符(如標識編程元素的標識符) ,也可以是整數(shù)。 - Plain integer literals that are above the largest representable plain integer ( e . g . , 2147483647 when using 32 - bit arithmetic ) are accepted as if they were long integers instead . 2 . 1 there is no limit for long integer literals apart from what can be stored in available memory
普通十進制整數(shù)最大可以為2147483647 (也就是使用32位比特數(shù)字的最大值) ,普通的八進制和十六進制數(shù)可以4294967295 ,但大于2147483647的數(shù)就通過減4294967295變?yōu)樨摂?shù)了.長整數(shù)的大小是沒有限制的,僅僅受制于可用的內(nèi)存容量